CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DIB mfc

搜索资源列表

  1. OpenGL 场景绘制到打印机.zip

    2下载:
  2. 用MFC 封装OpenGL 可以用两种API:快速绘制和优秀的界面。然而,由于许多打印机驱动器不支持SetPixelFormat() API 函数,这样就不能直接将OpenGL 场景绘制到打印机上。一种广泛使用的技术是先将一个OpenGL 场景绘制到DIB 区,再将它复制到DC以供打印或预览。这个项目演示了这一方法。
  3. 所属分类:打印编程

    • 发布日期:
    • 文件大小:37534
    • 提供者:
  1. 0025

    0下载:
  2. 《面向对象的MFC图象处理》 Windows提供了一些DIB函数,但未在MFC里封装;精通VC++.NET图象处理编程一书分析了这些函数,由此进而设计了一套函数,定义了类CDib使用,使用类CDib读、存、显示图象的示例 -"object-oriented image processing MFC" Windows DIB provides some function, but in MFC Lane Packaging; VC proficient.NET imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:29855
    • 提供者:乐天
  1. facedetective

    0下载:
  2. 整个文件基于 MFC 单文档结构, 通过菜单栏调用图像处理操作 文件->open后,打开图片,并建立图像处理类的实例:全局 DIB 图像处理是通过调用DIB的公有接口函数。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1804065
    • 提供者:hff
  1. DIB

    0下载:
  2. 自己写的3D立体画程序,使用MFC. 自建工程导入,需要使用atlimage.h
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:3342
    • 提供者:元素
  1. huidubianhuan

    0下载:
  2. 灰度变换处理,图像处理类,有DIB类,MFC编程
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:360500
    • 提供者:jsjsjs
  1. CDib

    0下载:
  2. Visual C++ MFC中没有提供一个专门的类来处理DIB位图,因此,为了方便地使用位图文件,我们有必要派生一个CDib类。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:8254
    • 提供者:xwtiancai
  1. 封装的DIB

    0下载:
  2. MFC中没有封装DIB,这里是自己写的DIB函数库-MFC no Packaging DIB, here is the DIB to write his library
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8185
    • 提供者:胡强丰
  1. diblook 高分辨率位图显示MFC类源码

    0下载:
  2. 高分辨率位图显示MFC类源码,带一MFC范例 ,MFC class for displaying picture with High resolution , with a MFC example
  3. 所属分类:图形图象

    • 发布日期:2017-11-08
    • 文件大小:48604
    • 提供者:
  1. dib

    0下载:
  2. BMP的设备无关图处理类,用于MFC里面的图像处理-BMP
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:5075
    • 提供者:chinajoy
  1. MyDib

    0下载:
  2. Dib类的封装,因为MFC中不提供任何Dib的支持,为了方便复用,这里设计一个Dib类,这个类的封装十分复杂,这里采取分而治之的方法,对关键部分进行了单独讲解。-Dib type of package, because MFC does not provide any support Dib, in order to facilitate reuse, where the design of a Dib category, this type of package is very complex
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:7896
    • 提供者:huzhanqi
  1. dib

    0下载:
  2. 用于mfc实现设备无关图像的类,可以实现对bmp图像的相应操作-Mfc achieve device-independent image for the class, and can implement the corresponding operations bmp image
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:4640
    • 提供者:ahha
  1. dibimage

    0下载:
  2. VC++ 6.0,MFC开发的图像处理程序,包括DIB图像读取,图像处理等基本功能-VC++ 6.0, MFC development of image processing procedures, including DIB image reading, image processing and other basic functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:168185
    • 提供者:水浩淼
  1. Dib

    0下载:
  2. 由于MFC没有对DIB的API做任何封装,所以写了这个类封对DIB的装操作-API of DIB
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2399
    • 提供者:黄胜平
  1. DIB

    0下载:
  2. 这是一个使用MFC开发的图像处理程序,在该程序中开发了操作图像文件内部数据的类,使用它在加上图像处理的算法,就能够对图像进行处理。-This is a development of image processing using the MFC program, developed in the program in operation within the data image file type, use it with image processing algorithm, the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3704621
    • 提供者:啊远
  1. DIB

    0下载:
  2. MFC没有封装DIB,但在程序中经常用到,该DibImage.cpp包含了对DIB处理的所有函数,头文件也随之附上。-MFC does not encapsulate DIB, but often used in the process, the DIB handled DibImage.cpp contains all the functions of the header file also will be attached.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:8271
    • 提供者:liang
  1. Dib

    0下载:
  2. DIB文件 由于MFC未提供DIB类,用户在使用DIB时将面临繁重的Windows API编程任务。 一个较高层次的API,简化了DIB的使用。-DIB Source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3715
    • 提供者:shit
  1. Test

    0下载:
  2. dib.h dib.cpp 用于MFC创建位图并显示-dib.h dib.cpp for MFC to create and display a bitmap
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:2030
    • 提供者:若只如初见
  1. VC---MFC-DIB

    0下载:
  2. 本程序是用Visual C++构造DIB类,用此类完成位图的读取 存储功能-This program is to use Visual C++ tectonic DIB class, using them to complete a bitmap s read storage function
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8112208
    • 提供者:supengzhi
  1. morphology-DIB

    0下载:
  2. 由于MFC没有封装DIB类,编写面向对象的的DIB类,易于维护和移植;然后提供数学形态学代码,实现图像各种形态学运算,处理时只需要定义形态学类然后进行调用即可,代码都经过调试运行,现在应用与工程项目中-Because MFC do not package the DIB class, we write the object-oriented class DIB and it is easy to be transplanted. Furthermore, we provide the mathe
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:10830
    • 提供者:xiaowu
  1. DibSection_noMFC

    0下载:
  2. DIB section manipulation class with no MFC
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-01-05
    • 文件大小:11264
    • 提供者:ziomal
« 12 3 »
搜珍网 www.dssz.com